home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / grafik / datapat / q2000 / install / qpchwctl.doc < prev    next >
Text File  |  1990-10-24  |  2KB  |  59 lines

  1. DATAPATH Q-PC Hardware Characteristics Driver Controller
  2.  
  3. SUMMARY
  4. =======
  5.  
  6. QPCHWCTL is the Datapath Q-PC hardware characteristics driver controller.
  7. Its purpose is to display and change the hardware characteristics stored in
  8. the Q-PC Hardware Characteristics Driver.  Its main use is in trouble shooting.
  9. The Datapath Q-PC Initialization program QINIT, and the Datapath Configuation 
  10. File Editor QCONFIG, are used to set the hardware characteristics in normal
  11. use.
  12.  
  13. USAGE
  14. =====
  15.  
  16. Displaying information.
  17.  
  18. qpchwctl
  19.     - display the settings for the first qpc
  20.  
  21. qpchwctl -q <number>
  22.     - display the settings for qpc <number>
  23.  
  24. qpchwctl -a
  25.     - display the settings for all the qpcs known to QPCHW
  26.  
  27. The standard display format is as follows.  It is hopefully self explanatory.
  28.  
  29. Q-PC    BA    IRQ    DMA    FLAGS    XMEM    YMEM    FOLD    PLANES
  30. 1    0x300    10    7    0x1    2048    1024    1024    0x0f
  31.  
  32. If the qpc number does not have information set, the qpc number is out
  33. of range, or the hardware characteristics driver is not installed, an
  34. appropriate message is printed out.
  35.  
  36. Changeing information.
  37.  
  38. qpchwctl -q <number> -b <base address> -i <irq> -d <dma> -x <xsize> -y <ysize>
  39.     -f <mem fold> -p <planes>
  40.  
  41. Set the selected characteristic(s) for qpc <number>.
  42. If -q <number> is ommitted, the first qpc is used.
  43. The given characteristics are merged in with the existing ones.  If no
  44. characteristics are set, then the default values (see qpchw.doc) are set for
  45. characteristics not specified on the command line.
  46. The resulting characteristics are displayed.
  47.  
  48. SUPPORT
  49. =======
  50.  
  51. Please report any problems to 
  52. Mark Ferguson
  53. DATAPATH Ltd
  54. Alfreton Road
  55. Derby
  56. DE2 4AD
  57.  
  58. V2.01 24 Oct 1990
  59.